Data Overview

Use of add_section() creates border around content later added to section.
The heading above, paragraph below and data below are added using add_header(), add_para() and add(), respectively.

The first 5 rows of the data to analyse:

The iris dataset
  sepal_length sepal_width petal_length petal_width species
0 5.10 3.50 1.40 0.20 setosa
1 4.90 3.00 1.40 0.20 setosa
2 4.70 3.20 1.30 0.20 setosa
3 4.60 3.10 1.50 0.20 setosa
4 5.00 3.60 1.40 0.20 setosa

Analysis of Species

Line breaks and emphasis in the descriptive content below is achieved with markdown style input.

There are 3 species to analyse:
setosa
versicolor
virginica

See use of Tabby below:

Plots produced with Plotly reap all the benefits of Plotly's javascript. For example, check the responsiveness of plots by resizing your window!

Plots produced with Plotly reap all the benefits of Plotly's javascript. For example, check the responsiveness of plots by resizing your window!

Plots produced with Plotly reap all the benefits of Plotly's javascript. For example, check the responsiveness of plots by resizing your window!